net/http.http2responseWriterState.handlerDone (field)
9 uses
net/http (current package)
h2_bundle.go#L6569: handlerDone bool // handler has finished
h2_bundle.go#L6627: if rws.handlerDone {
h2_bundle.go#L6644: if !hasContentLength && clen == "" && rws.handlerDone && http2bodyAllowedForStatus(rws.status) && (len(p) > 0 || !isHeadResp) {
h2_bundle.go#L6678: endStream := (rws.handlerDone && !rws.hasTrailers() && len(p) == 0) || isHeadResp
h2_bundle.go#L6698: if len(p) == 0 && !rws.handlerDone {
h2_bundle.go#L6705: endStream := rws.handlerDone && !hasNonemptyTrailers
h2_bundle.go#L6713: if rws.handlerDone && hasNonemptyTrailers {
h2_bundle.go#L6944: endStream: rws.handlerDone && !rws.hasTrailers(),
h2_bundle.go#L7010: rws.handlerDone = true
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)